home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / online / fidonetts / fsc-0035.txt < prev    next >
Text File  |  1989-06-26  |  3KB  |  61 lines

  1. FSC-0035
  2.  
  3.                   Transparent Gateways to and from FidoNet <tm>
  4.                            Technical Considerations
  5.                                     FSC-0035
  6.  
  7.                             Michael Shiels 22 June 89
  8.  
  9. Copyright 1989, Michael Shiels.  All rights reserved.  The right to distribute 
  10. for non-commercial use is granted to the FidoNet Technical Standards Committee,
  11. provided that no fee is charged.  This may be posted on FidoNet electronic BBSs
  12. which charge no fee for accessing this document.  Any and all other reproduction
  13. or excerpting requires the explicit written consent of the author.
  14.  
  15.  
  16. Gateways
  17. --------
  18.  
  19. Gatewaying between Fidonet and other networks seems to be the latest feature
  20. which hopefully brings more benefits to the users of each network.  But there
  21. are some real problems with gatewaying and doing "transparent" replies.
  22. This proposal should allow for almost totally transparent gateways but requires
  23. the co-operation of BBS software writers to support this following protocol.
  24.  
  25. Incoming Messages
  26. -----------------
  27.  
  28. When a message is entered into fidonet from another network it will be entering
  29. through one machine (say 1/2).  The userid on the other network may not match
  30. very will with the 2 word 36 character userid on Fidonet.  So the following is
  31. done to store away the proper userid of the sender.
  32.  
  33. Two (2) lines are added to the message (usually at the top of the text portion
  34. hidden by the infamous ^A KLUDGE).
  35.  
  36. ^AREPLYADDR .....\r
  37.  
  38. which signifies the FULL userid of the person on the other network.  The first
  39. 36 characters or the full userid if less than 36 characters long, are stored
  40. in the FROM field of the message header.  When replies are done they use a 
  41. second line of the following form.
  42.  
  43. ^REPLYTO zone:net/node firstname lastname
  44.  
  45. which is used to signify the "userid" which mail destined to this other network
  46. must be sent to and on which machine that userids resides.  Replies are sent
  47. to this zone:net/node and userid with the first line of the message being
  48. changed into 'TO: ....' where .... is the FULL userid from the ^AREPLYADDR
  49. line.
  50.  
  51. Should you have constructive correction or criticism, please contact:
  52.  
  53. Michael Shiels
  54. FidoNet: 1:250/410   michael.shiels@masnet.fidonet.org
  55. uucp: ?!tmsoft!masnet!michael.shiels
  56. Internet: michael.shiels@masnet.uucp
  57.  
  58. ----------
  59. FidoNet is a trademark of Tom Jennings and Fido Software, to whom we all owe
  60.         much thanks for the origin and spirit of FidoNet.
  61.